home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR03 / XWEMPIRE.ZIP / TOD1REST.BAT < prev    next >
DOS Batch File  |  1993-08-28  |  1KB  |  62 lines

  1. @echo off
  2. echo Reseting XWING missions TOD 1, 1-12...
  3. copy flight.ori flight.ovl
  4. cd mission
  5. copy defect.owi defect.xwi
  6. copy defect.orf defect.brf
  7. copy id-recon.owi id-recon.xwi
  8. copy id-recon.orf id-recon.brf
  9. copy wxrgard1.owi wxrgard1.xwi
  10. copy wxrgard1.orf wxrgard1.brf
  11. copy wxprot2.owi wxprot2.xwi
  12. copy wxprot2.orf wxprot2.brf
  13. copy attackxy.owi attackxy.xwi
  14. copy attackxy.orf attackxy.brf
  15. copy max13.owi max13.xwi
  16. copy max13.orf max13.brf
  17. copy max10.owi max10.xwi
  18. copy max10.orf max10.brf
  19. copy attack3.owi attack3.xwi
  20. copy attack3.orf attack3.brf
  21. copy sullust.owi sullust.xwi
  22. copy sullust.orf sullust.brf
  23. copy ack-hard.owi ack-hard.xwi
  24. copy ack-hard.orf ack-hard.brf
  25. copy cygnus.owi cygnus.xwi
  26. copy cygnus.orf cygnus.brf
  27. copy max20.owi max20.xwi
  28. copy max20.orf max20.brf
  29. del defect.owi
  30. del defect.orf
  31. del id-recon.owi
  32. del id-recon.orf
  33. del wxrgard1.owi
  34. del wxrgard1.orf
  35. del wxprot2.owi
  36. del wxprot2.orf
  37. del attackxy.owi
  38. del attackxy.orf
  39. del max13.owi
  40. del max13.orf
  41. del max10.owi
  42. del max10.orf
  43. del attack3.owi
  44. del attack3.orf
  45. del sullust.owi
  46. del sullust.orf
  47. del ack-hard.owi
  48. del ack-hard.orf
  49. del cygnus.owi
  50. del cygnus.orf
  51. del max20.owi
  52. del max20.orf
  53. cd ..
  54. cd resource
  55. copy missions.eri missions.lfd
  56. copy title.eri title.lfd
  57. del missions.eri
  58. del title.eri
  59. echo XWING missions TOD 1, 1-12 have been restored.
  60.  
  61.  
  62.